home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_b / xio41.doc < prev    next >
Text File  |  1995-04-22  |  2KB  |  63 lines

  1. XIO41.BIN can be loaded with option 
  2. L of the DOS 2 menu, or renamed 
  3. AUTORUN.SYS so that it boots up 
  4. when the computer is turned on. 
  5.  
  6. This file will alter DOS 2 so that 
  7. it will accept the XIO 41 (binary 
  8. load) command found in DOS 3.  The 
  9. syntax for the command is: 
  10.   XIO 41,#n,a1,a2,"D:filename.ext" 
  11.  
  12. n is the channel number.  If the 
  13. user specifies a1<>0, the starting 
  14. address will be displayed.  If a2 
  15. is specified as 100, the program 
  16. will be run at the starting 
  17. address.  If a2 is specified as 
  18. 200, the program will be run at 
  19. the RUN or INIT address found 
  20. in the loaded file. 
  21.  
  22. Please note that BASIC program files, LIST files, and text files 
  23. will be rejected by this command. 
  24.  
  25. In addition, when XIO41.BIN is run, 
  26. DUP.SYS is loaded and the bottom of 
  27. memory reset, so that when the DOS 
  28. menu is called up, the menu appears 
  29. right away, and any BASIC program 
  30. in memory is not erased. 
  31.  
  32. A second version of this program 
  33. will be uploaded soon.  The 2nd 
  34. version will not load DUP.SYS, and 
  35. the DOS menu cannot be called up 
  36. so that there is more memory 
  37. available for users. 
  38.  
  39. This program is for use only with 
  40. DOS 2.  If it is run with DOS 3 in 
  41. memory, it will probably lock up. 
  42.  
  43. For reference, the following memory 
  44. locations are altered during 
  45. inititalization: 
  46.       (HEX)        (DEC) 
  47.      $0A,$0B      10,11 
  48.      $0C,$0D      12,13 
  49.      $80,$81      128,129 
  50.      $02E7,$02E8  743,744 
  51. The following memory locations are 
  52. used during the XIO process: 
  53.       (HEX)        (DEC) 
  54.      $CB-$D1      203-209 
  55.      $0238,$0239  568,569 
  56.  
  57. Enjoy this program.  If you have 
  58. any questions or comments, drop me 
  59. a line via the SIG or through 
  60. E-MAIL. 
  61.  
  62. Rich Whitsell [75056,1527] 
  63.